home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
CINEBENCH 2003
/
resource
/
res
/
description
/
Oarray.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
223b
|
13 lines
#ifndef _OARRAY_H_
#define _OARRAY_H_
enum
{
ARRAYOBJECT_RADIUS = 1000,
ARRAYOBJECT_COPIES = 1001,
ARRAYOBJECT_AMPLITUDE = 1002,
ARRAYOBJECT_FREQUENCY = 1003,
ARRAYOBJECT_CIRCLEFREQ = 1004
};
#endif